home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_313 / uucp / readme.now < prev    next >
Text File  |  1992-05-06  |  8KB  |  254 lines

  1.  
  2.                  README.NOW
  3.  
  4.                    V1.03D
  5.     The version number is 1.03D(0.40W/0.60W), or 1.03D for short.
  6.  
  7.  *    After you glance at the rest of this document refer to the
  8.     file "QuickSetup.DOC".  Seasoned UUCP users may want to
  9.     glance at QuickSetup.DOC but spend the majority of their
  10.     time on SlowSetup.DOC
  11.  
  12.  *    UUCP should be tested via QuickSetup.DOC by inexperienced
  13.     UUCP users before attempting a real installation.
  14.  
  15.  *    The first floppy is bootable (note: distributions on networks
  16.     do not include commodore 1.3 system executables).  The boot
  17.     sequence sets up the appropriate directories and assigns and
  18.     runs two programs (Getty and DCron) in the background before
  19.     giving you a standard CLI prompt.
  20.  
  21.     The second floppy contains additional executables, manual pages,
  22.     and the source code.
  23.  
  24.                  ** Credits **
  25.  
  26.     P.S. I try not to imply favoritism and have attempted to put
  27.     together exactly who did what in this release.    When possible
  28.     history is given... and, of course, I know what I have done
  29.     much better than I know what other people have done so don't
  30.     take the below list as a 'who did the most' list... everyone
  31.     did a lot.
  32.  
  33.  
  34.                   VERSION
  35.  
  36.     This code is based on months of work on William P. Loftus's
  37.     Amiga UUCP 0.40 release with news code from his 0.60 release.
  38.     The version number is shown at the top of this file.  x.xxD
  39.     refers to versions originated by myself and have nothing to do with
  40.     WPL's version numbering.  The code is sufficiently different ..
  41.     MAJORLY different that it is not possible to assign a sub version
  42.     relative to WPLs version numbering.
  43.  
  44.                 COPYRIGHTS
  45.  
  46.     This distribution is freely redistributable as long as all files and
  47.     directory structures, except the 'system' directory which contains
  48.     commodore-amiga executables, remain intact.  Redistributions
  49.     which include enhanced or additional modules while keeping the same
  50.     basic structure are allowed but discouraged (I would much rather you
  51.     sent the mods / additions to me and I will pass them on as is
  52.     appropriate).  Redistributions may charge fees at-cost (i.e. non-
  53.     commercial and non-profit).  These terms may change at any time
  54.     and all holders of copyrights on code in the distribution may set
  55.     their own terms independant of any terms set in this document for
  56.     related executable modules and source in this distribution.
  57.  
  58.     Copyrights contained in the source effect the specific source files
  59.     in question and the derived executable independant of other source
  60.     files and derived executables.  For example, the GNU copyright does
  61.     not effect the 'sendmail' source and binaries which is entirely my
  62.     own code.
  63.  
  64.     source containing the GNU copyright notice and derived executables are
  65.     subject to the GNU Emacs General Public License.  This license is
  66.     available in the file man/GNU-LICENSE.
  67.  
  68.     Matthew Dillon
  69.     891 Regal Rd.
  70.     Berkeley, Ca. 94708
  71.     USA
  72.  
  73.     pacbell.PacBell.COM!sorinc!overload!dillon
  74.  
  75.  
  76.     Code containing parts of the original GNU release will contain the
  77.     following copyright:
  78.  
  79.     (C) Copyright 1987 by John Gilmore
  80.     Copying and use of this program are controlled by the terms of the Free
  81.     Software Foundation's GNU Emacs General Public License.
  82.  
  83.     Code modified or written from scratch by William Loftus will contain
  84.     the following copyright:
  85.  
  86.     (C) Copyright 1988 by William Loftus.  All Rights Reserved.
  87.  
  88.     Code modified or written from scratch by Matthew Dillon will contain
  89.     the following copyright:
  90.  
  91.     (C) Copyright 1989-1990 by Matthew Dillon,  All Rights Reserved.
  92.  
  93.     Code containing one more copyrights is interpreted as meaning the code
  94.     is based on previous copyrights and modifications based on subsequent
  95.     copyrights.
  96.  
  97.     Additional copyright messages may exist in source files and
  98.     executables.
  99.  
  100.     I appologize for any mistakes I have made, please contact me with any
  101.     corrections at pacbell.pacbell.com!sorinc!overload!dillon or
  102.  
  103.     Matthew Dillon
  104.     891 Regal Rd.
  105.     Berkeley, Ca. 94708
  106.     USA
  107.  
  108.     Questions pertaining to previous releases of UUCP and News060 which
  109.     is in this release can be sent to:
  110.  
  111.     William Loftus                   uucp:   wpl@burdvax.UUCP
  112.     Unisys/Paoli Research Center           arpa:   wpl@prc.unisys.com
  113.     PO Box 517                  Phone:  215-648-7248 (work)
  114.     Paoli, PA 19301-0517                  215-354-0614 (home)
  115.  
  116.  
  117.  
  118.     The below represents originators and major contributors.  Again,
  119.     please correct me!
  120.  
  121.     -    = so small it doesn't matter.
  122.     ?    = I don't know
  123.     JG    = John Gilmore
  124.     WPL = William P. Loftus    prc.Unisys.COM!wpl
  125.     MD    = Matthew Dillon    pacbell.pacbell.com!sorinc!overload
  126.     PHL = Phil Lindsay
  127.     CAS = Carolyn Scheppner
  128.     AFI = Andy Finkel
  129.     CMM = Chuck McManis
  130.     CNB = Craig Norborg
  131.  
  132.  
  133. src/News060/rnews.c            WPL
  134. src/News060/Anews/anews.c        WPL
  135. src/News060/Anews/sendpacket.c        PHL CAS AFI
  136. src/News060/Anews/raw.c         CMM
  137. src/News060/Anews/mscan.c        JG WPL
  138. src/News060/Anews/DMakefile        MD
  139. src/News060/postnews.c            WPL
  140. src/News060/DMakefile            MD
  141. src/uuser/uuser.doc            MD
  142. src/uuser/misc.c            PHL MD
  143. src/uuser/DMakefile            -
  144. src/uuser/mountlist            -
  145. src/uuser/uuser.c            MD
  146. src/dmail/compat.c            MD
  147. src/dmail/DMakefile            -
  148. src/dmail/dmail.h            MD
  149. src/dmail/dmail.help            MD
  150. src/dmail/execom.h            MD
  151. src/dmail/commands.c            MD
  152. src/dmail/cond.c            MD
  153. src/dmail/dmkhelp.c            MD
  154. src/dmail/do_lists.c            MD
  155. src/dmail/execom.c            MD
  156. src/dmail/globals.c            MD
  157. src/dmail/help.c            MD
  158. src/dmail/load_mail.c            MD
  159. src/dmail/main.c            MD
  160. src/dmail/range.c            MD
  161. src/dmail/sendmail.c            MD
  162. src/dmail/set.c             MD
  163. src/dmail/sub.c             MD
  164. src/sendmail/DMakefile            -
  165. src/sendmail/sendmail.c         MD
  166. src/sendmail/parse.c            MD
  167. src/sendmail/domain.c            MD
  168. src/compress/compress.c         ?
  169. src/compress/tarsplit.c         ?
  170. src/compress/DMakefile            -
  171. src/compress/unshar.c            CNB
  172. src/compress/uudecode.c         ?
  173. src/compress/uuencode.c         ?
  174. src/GUtil/uident.c            MD
  175. src/GUtil/gnote.c            MD
  176. src/GUtil/uuserdump.c            MD
  177. src/GUtil/DMakefile            -
  178. src/MUtil/trimfile.c            MD
  179. src/MUtil/from.c            ?
  180. src/MUtil/man.c             ?
  181. src/MUtil/DMakefile            -
  182. src/MUtil/expandm.c            MD
  183. src/ReadMe                MD
  184. src/uucico/version.doc            -
  185. src/uucico/sysdep.c            JG WPL MD
  186. src/uucico/uucico.c            JG WPL MD
  187. src/uucico/DMakefile            -
  188. src/uucico/modem.h            WPL
  189. src/uucico/uuxqt.c            WPL
  190. src/uucico/uupoll.c            WPL
  191. src/uucico/uux.c            WPL
  192. src/uucico/gio.c            MD
  193. src/uucico/sysdep.h            WPL
  194. src/uucico/uuname.c            WPL
  195. src/uucico/includes.h            JG WPL MD
  196. src/uucico/uuhosts.c            WPL
  197. src/uucico/uucp.c            WPL
  198. src/uucico/uucp.h            JG WPL
  199. src/uucico/modem.c            MD
  200. src/include/log.h            MD
  201. src/include/tmpfile.h            MD
  202. src/include/config.h            MD
  203. src/include/pwd.h            MD
  204. src/include/sys/stat.h            MD
  205. src/include/sys/types.h         MD
  206. src/include/sys/file.h            MD
  207. src/include/sys/time.h            MD
  208. src/getty/getty.c            MD
  209. src/getty/syms.c            MD
  210. src/getty/passwd.c            MD
  211. src/getty/DMakefile            -
  212. src/lib/string.c            MD
  213. src/lib/getenv.c            MD
  214. src/lib/sleep.c             MD
  215. src/lib/security.c            MD
  216. src/lib/lsys.c                MD
  217. src/lib/mntreq.c            MD
  218. src/lib/log.c                MD
  219. src/lib/tmpfile.c            MD
  220. src/lib/seq.c                MD
  221. src/lib/config.c            MD
  222. src/lib/setstdin.c            MD
  223. src/lib/serialport.c            MD
  224. src/lib/DMakefile            -
  225. src/lib/getpwnam.c            MD
  226. src/lib/lockfile.c            MD
  227. src/lib/syms.c                MD
  228. src/lib/alias.c             MD
  229. src/lib/validuser.c            MD
  230. src/version.h
  231. src/TODO
  232.  
  233.                 VERSIONS
  234.  
  235. 1.02D
  236.     stack warning in SlowSetup.DOC added (stack should be at least
  237.     8192).    'Stack 8192' added to sample startup sequence.  RNews
  238.     warning (RNews takes a huge amount of RAM currently) added.
  239.  
  240. 1.01D
  241.     UUCP:LIB paths fixed to use UULIB:
  242.  
  243. 1.00D
  244.     Initial Release 'D' series by Matthew Dillon, based on
  245.     0.40, 0.50 and 0.60WPL series by William Loftus.
  246.  
  247. 0.60WPL
  248. 0.50WPL
  249. 0.40WPL
  250.     UUCP release series for the Amiga by William Loftus, sub
  251.     version changes not listed in this file.
  252.  
  253.  
  254.